home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / fastopen < prev    next >
Text File  |  1991-05-03  |  1KB  |  31 lines

  1.                                   FASTOPEN
  2.           Store location of recently used files for faster access
  3.                       See also <CONFIG.SYS> <INSTALL>
  4.  
  5. COMMAND TYPE: External                  VERSION: 3.3 and up
  6.  
  7. DOS locates files by searching each directory in the path each time the
  8. file is accessed. On fixed disks with complex directory structures, this
  9. can take a large amount of time.  FASTOPEN stores in memory the location of
  10. directories and recently opened files, and searches this list first when
  11. opening a file.  It is most useful for applications which open and close
  12. many files.
  13.  
  14. USE: FASTOPEN [d:[=n][ ... ] [/X]
  15. or   FASTOPEN [d:[=([n],m)][ ... ] [/X]
  16.  
  17. d: to specify the drive to process. Any fixed disk drive may be used.
  18. n  the number of directories or file entries to remember for the drive
  19.    given as "d".  The default is 10. (Range is 10-999.)
  20. m  is the number of file extent entries for the drive named (DOS 4.x only)
  21.    If not present, the feature is not provided.
  22. /X indicates the the FASTOPEN cache should be placed in expanded (LIM 4.0)
  23.    memory (DOS 4.x only)
  24.  
  25. Fastopen works only on fixed discs (up to 4) and will not work with networks.
  26.  
  27. FASTOPEN can be used only once.  All drives must be defined the first
  28. time FASTOPEN is used.
  29. (DOS 4.x)
  30. FASTOPEN may be executed at boot time using INSTALL in <CONFIG.SYS>
  31.